raar.behaviour
Interface RAFullComparable
- All Superinterfaces:
- RAEqualityComparable, java.io.Serializable
- All Known Subinterfaces:
- RAMathObject
- All Known Implementing Classes:
- RAMathExpression, RAReal, RARealPointer
- public interface RAFullComparable
- extends RAEqualityComparable
larger
public boolean larger(RAFullComparable r)
throws RAException
- Throws:
RAException
smaller
public boolean smaller(RAFullComparable r)
throws RAException
- Throws:
RAException
largerEquals
public boolean largerEquals(RAFullComparable r)
throws RAException
- Throws:
RAException
smallerEquals
public boolean smallerEquals(RAFullComparable r)
throws RAException
- Throws:
RAException